Add deprecation notes.
authorMatthias Clasen <maclas@gmx.de>
Tue, 11 May 2004 04:32:13 +0000 (04:32 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 11 May 2004 04:32:13 +0000 (04:32 +0000)
Tue May 11 00:29:53 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/tmpl/gtkpixmap.sgml:
* gtk/tmpl/gtkoldeditable.sgml:
* gtk/tmpl/gtklistitem.sgml:
* gtk/tmpl/gtklist.sgml:
* gtk/tmpl/gtkitemfactory.sgml:
* gtk/tmpl/gtkctree.sgml:
* gtk/tmpl/gtkclist.sgml: Add deprecation notes.

13 files changed:
docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkactiongroup.sgml
docs/reference/gtk/tmpl/gtkclist.sgml
docs/reference/gtk/tmpl/gtkcombobox.sgml
docs/reference/gtk/tmpl/gtkctree.sgml
docs/reference/gtk/tmpl/gtkitemfactory.sgml
docs/reference/gtk/tmpl/gtklist.sgml
docs/reference/gtk/tmpl/gtklistitem.sgml
docs/reference/gtk/tmpl/gtkmenu.sgml
docs/reference/gtk/tmpl/gtkoldeditable.sgml
docs/reference/gtk/tmpl/gtkpixmap.sgml
docs/reference/gtk/tmpl/gtktreeview.sgml
docs/reference/gtk/tmpl/gtkwindow.sgml

index 8c11fa195fe6e8741d7ef1843c81647d4a751f36..716f8114ceccfdfd873b433bce8c64a49381af38 100644 (file)
@@ -1,3 +1,13 @@
+Tue May 11 00:29:53 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkpixmap.sgml: 
+       * gtk/tmpl/gtkoldeditable.sgml: 
+       * gtk/tmpl/gtklistitem.sgml: 
+       * gtk/tmpl/gtklist.sgml: 
+       * gtk/tmpl/gtkitemfactory.sgml: 
+       * gtk/tmpl/gtkctree.sgml: 
+       * gtk/tmpl/gtkclist.sgml: Add deprecation notes.
+
 2004-05-10  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtk-sections.txt: Add gtk_menu_get_for_attach_widet,
index 6ec1b5fea0cc078fbece2ffa0dc1cc3eabba3460..e364a932e35dd8181b1e48d608780d9a087afa61 100644 (file)
@@ -332,3 +332,13 @@ gtk_action_group_add_radio_actions() to construct groups of radio actions.
 @domain: 
 
 
+<!-- ##### FUNCTION gtk_action_group_translate_string ##### -->
+<para>
+
+</para>
+
+@action_group: 
+@string: 
+@Returns: 
+
+
index 482b179b1878aa09cbd439476bef42776c493e28..ba5316db871f2af751ef3ab9c7674fb2536f3a80 100644 (file)
@@ -6,8 +6,13 @@ A multi-columned scrolling list widget.
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
-The #GtkCList widget is a very useful multi-columned scrolling list.  It can display
-data in nicely aligned vertical columns, with titles at the top of the list.
+The #GtkCList widget is a very useful multi-columned scrolling list.  
+It can display data in nicely aligned vertical columns, with titles 
+at the top of the list.
+</para>
+<para>
+GtkCList has been deprecated since GTK+ 2.0 and should not be used
+in newly written code. Use #GtkTreeView instead.
 </para>
 
 <!-- ##### SECTION See_Also ##### -->
index 786da0394d4196663f211509fad37c3a5100eff7..faa53d58822ca263bd8594c36ae5a1f0cdf02924 100644 (file)
@@ -32,6 +32,11 @@ a widget used to choose from a list of items.
 
 </para>
 
+<!-- ##### ARG GtkComboBox:add-tearoffs ##### -->
+<para>
+
+</para>
+
 <!-- ##### ARG GtkComboBox:column-span-column ##### -->
 <para>
 
@@ -76,6 +81,15 @@ a widget used to choose from a list of items.
 @Returns: 
 
 
+<!-- ##### FUNCTION gtk_combo_box_get_wrap_width ##### -->
+<para>
+
+</para>
+
+@combo_box: 
+@Returns: 
+
+
 <!-- ##### FUNCTION gtk_combo_box_set_wrap_width ##### -->
 <para>
 
@@ -85,6 +99,15 @@ a widget used to choose from a list of items.
 @width: 
 
 
+<!-- ##### FUNCTION gtk_combo_box_get_row_span_column ##### -->
+<para>
+
+</para>
+
+@combo_box: 
+@Returns: 
+
+
 <!-- ##### FUNCTION gtk_combo_box_set_row_span_column ##### -->
 <para>
 
@@ -94,6 +117,15 @@ a widget used to choose from a list of items.
 @row_span: 
 
 
+<!-- ##### FUNCTION gtk_combo_box_get_column_span_column ##### -->
+<para>
+
+</para>
+
+@combo_box: 
+@Returns: 
+
+
 <!-- ##### FUNCTION gtk_combo_box_set_column_span_column ##### -->
 <para>
 
@@ -203,6 +235,15 @@ a widget used to choose from a list of items.
 @position: 
 
 
+<!-- ##### FUNCTION gtk_combo_box_get_active_text ##### -->
+<para>
+
+</para>
+
+@combo_box: 
+@Returns: 
+
+
 <!-- ##### FUNCTION gtk_combo_box_popup ##### -->
 <para>
 
index 204d2c64ae6d42017c14154879907458e339c69b..ad3ec4f74977b8a27030cd619b0f8dc7297089d1 100644 (file)
@@ -23,6 +23,10 @@ is %NULL, the position is at the root of the tree and if the sibling
 is %NULL, it will be the last child of parent, otherwise it will be
 inserted just before the sibling.
 </para>
+<para>
+GtkCTree has been deprecated since GTK+ 2.0 and should not be used
+in newly written code. Use #GtkTreeView instead.
+</para>
 
 <!-- ##### SECTION See_Also ##### -->
 <para>
index 92d23815e6a2e21e769fa47821deb27853a502a4..39a44ad4b1c5be7abf52d2eadc5af7317916cad1 100644 (file)
@@ -6,7 +6,7 @@ A factory for menus
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
-#GtkItemFactory has been deprecated in favour of #GtkUIManager.
+As of GTK+ 2.4, #GtkItemFactory has been deprecated in favour of #GtkUIManager.
 </para>
 
 <!-- ##### SECTION See_Also ##### -->
index 37c9cbb4ede0baf8b2913b0a579182693419acdf..c6f3127c70242daf9bdc357f634bbf8589b3176e 100644 (file)
@@ -12,6 +12,10 @@ vertically in order, and can be selected.
 The list has many selection modes, which are programmer selective and
 depend on how many elements are able to be selected at the same time.
 </para>
+<para>
+GtkList has been deprecated since GTK+ 2.0 and should not be used
+in newly written code. Use #GtkTreeView instead.
+</para>
 
 <!-- ##### SECTION See_Also ##### -->
 <para>
index 0682386b1ee25f45d68d456681d0813fe32ab94e..cf19feb4128ec98b3a6cd019939a30453af0eee3 100644 (file)
@@ -7,7 +7,10 @@ an item in a #GtkList.
 <!-- ##### SECTION Long_Description ##### -->
 <para>
 The #GtkListItem widget is used for each item in a #GtkList.
-
+</para>
+<para>
+GtkList has has been deprecated since GTK+ 2.0 and should not be used
+in newly written code. Use #GtkTreeView instead.
 </para>
 
 <!-- ##### SECTION See_Also ##### -->
index 553ebd5e5c5409abf947bf0e93a1d925d75b3a69..d1f5884ccd97e67edef72d1f638b1d62f8c7e61b 100644 (file)
@@ -91,6 +91,11 @@ should be accessed using the functions below.
 @menu: the object which received the signal.
 @arg1: 
 
+<!-- ##### ARG GtkMenu:tearoff-state ##### -->
+<para>
+
+</para>
+
 <!-- ##### ARG GtkMenu:tearoff-title ##### -->
 <para>
 
@@ -361,6 +366,15 @@ Returns the #GtkWidget that the menu is attached to.
 @Returns: the #GtkWidget that the menu is attached to.
 
 
+<!-- ##### FUNCTION gtk_menu_get_for_attach_widget ##### -->
+<para>
+
+</para>
+
+@widget: 
+@Returns: 
+
+
 <!-- ##### USER_FUNCTION GtkMenuPositionFunc ##### -->
 <para>
 A user function supplied when calling gtk_menu_popup() which controls the
index af5afafb3cdde33f96638a979beb6efac90dc5e1..9fd8233798c6d4cc893fd3471bcf0219acc23f6b 100644 (file)
@@ -6,7 +6,8 @@ Base class for text-editing widgets
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
-
+GtkOldEditable has been deprecated since GTK+ 2.0 and should not be used
+in newly written code. Use the #GtkEditable interface instead.
 </para>
 
 <!-- ##### SECTION See_Also ##### -->
index 1b0a07187842311fa87dd82838408f1d2dd79f5b..a40a9159a5f6be678bb618b772093367d5e9613c 100644 (file)
@@ -17,6 +17,10 @@ X server and so is not available to the client application.
 If you want to create graphical images which can be manipulated by the
 application, look at #GtkImage and #GdkRGB.
 </para>
+<para>
+GtkPixmap has been deprecated since GTK+ 2.0 and should not be used
+in newly written code. Use #GtkImage instead.
+</para>
 
 <!-- ##### SECTION See_Also ##### -->
 <para>
index 9162d5735d89bde54ee6fd127c3a0d2078fc0a2f..f6ac199a179f631d6a32e8dbb127fcf2e82e4a48 100644 (file)
@@ -191,6 +191,11 @@ linkend="GtkTreeModel">GtkTreeModel</link> interface.
 
 </para>
 
+<!-- ##### ARG GtkTreeView:hover-selection ##### -->
+<para>
+
+</para>
+
 <!-- ##### ARG GtkTreeView:model ##### -->
 <para>
 
@@ -951,6 +956,42 @@ has some similarity to strcmp() returning 0 for equal strings.
 @search_data: 
 
 
+<!-- ##### FUNCTION gtk_tree_view_get_fixed_height_mode ##### -->
+<para>
+
+</para>
+
+@tree_view: 
+@Returns: 
+
+
+<!-- ##### FUNCTION gtk_tree_view_set_fixed_height_mode ##### -->
+<para>
+
+</para>
+
+@tree_view: 
+@hover: 
+
+
+<!-- ##### FUNCTION gtk_tree_view_get_hover_selection ##### -->
+<para>
+
+</para>
+
+@tree_view: 
+@Returns: 
+
+
+<!-- ##### FUNCTION gtk_tree_view_set_hover_selection ##### -->
+<para>
+
+</para>
+
+@tree_view: 
+@hover: 
+
+
 <!-- ##### USER_FUNCTION GtkTreeDestroyCountFunc ##### -->
 <para>
 
index 9c7adfc0b6dadfc8091fe3418fc13dd0e25f3e97..d9c80a0f3ad04c28ce580090543364de1ddd0563 100644 (file)
@@ -101,6 +101,11 @@ Toplevel which can contain other widgets
 
 </para>
 
+<!-- ##### ARG GtkWindow:focus-on-map ##### -->
+<para>
+
+</para>
+
 <!-- ##### ARG GtkWindow:gravity ##### -->
 <para>
 
@@ -924,6 +929,15 @@ Deprecated alias for gtk_window_set_position().
 @Returns: 
 
 
+<!-- ##### FUNCTION gtk_window_get_focus_on_map ##### -->
+<para>
+
+</para>
+
+@window: 
+@Returns: 
+
+
 <!-- ##### FUNCTION gtk_window_move ##### -->
 <para>